@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: normal;
}

li {
	list-style: none;
}

input,
textarea {
	outline: none;
}

a {
	color: #2e2e2e;
	text-decoration: none;
}

input {
	background: none;
	border: 0px;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

@font-face {
	font-family: lanting;
	src: url("/templets/baidu52sj/static/fonts/lanting.ttf");
}


/*header*/

#header {
	background: #52befc;
}

.welcome {
	line-height: 50px;
	color: white;
	float: left;
}

.top_left {
	float: right;
}

.top_left a {
	color: white;
	padding: 0 14px;
	line-height: 50px;
	border-right: 1px solid white;
}

.top_left a:nth-last-child(1) {
	border: none;
}


/*nav*/

.logo {
	float: left;
}

.nav {
	float: right;
}

.nav li {
	float: left;
	padding: 8px 20px;
	margin-top: 48px;
}

.nav ul li.on {
	background: #52befc;
	border-radius: 100px;
}


.nav_main .nav1 li{position: relative;z-index: 10;text-align: center;transition: all .5s;}
.nav_main .nav1 li a{display: block;color:#000;font-size:16px;}
.nav_main .nav1 li:hover, .nav_main .nav li.hover{background: #0067d0;}
.nav_main .nav1 dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav1 dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav1 li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav1 dl dd{line-height: 44px;height: 44px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #1b1b1b;}
.nav_main .nav1 dl dd:first-child{border: none;}
.nav_main .nav1 dl dd a{color: #fff;font-size: 14px;padding: 0;background: #2b2b2b;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #0067d0, #0067d0);background-image: linear-gradient(to right, #0067d0, #0067d0);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav1 dl dd a:hover {background-size: 100% 100%;padding-left: 10px;color: rgba(255, 255, 255, 0.9999);}



.nav li a {
	font-size: 16px;
}

.nav li:hover {
	background: #52befc;
	border-radius: 100px;
}

.nav li:hover a {
	color: white;
}


/*keywords*/

.key {
	background: #f6f6f6;
	height: 56px;
}

.keyword {
	float: left;
}

.keyword img {
	float: left;
	margin-right: 20px;
	padding-top: 6px;
}

.keyword span {
	color: #2e2e2e;
}

.keyword a {
	color: #6e6e6e;
	padding-right: 15px;
	line-height: 56px;
}

.search {
	float: right;
	margin-top: 11px;
}

.search input[type="text"] {
	width: 238px;
	height: 32px;
	border: 1px solid #52befc;
	box-sizing: border-box;
	padding-left: 8px;
	float: left;
}

.search input[type="button"] {
	width: 55px;
	height: 32px;
	color: white;
	background: #52befc url("/templets/baidu52sj/static/images/search.png") no-repeat center;
	float: right;
}


/*product*/

.pro_title {
	background: url("/templets/baidu52sj/static/images/product_bg.png") no-repeat center;
	margin-top: 50px;
}

.pro_title h2 {
	padding-top: 80px;
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

.pro_title h4 {
	text-align: center;
	color: #6e6e6e;
}

.sort ul {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 44px;
}

.sort li {
	float: left;
	margin: 5px 8px;
	width: 155px;
}

.sort li a {
	display: block;
	padding: 8px 10px;
	border: 1px solid #6bc8fd;
	border-radius: 60px;
	text-align: center
}

.sort li:hover a {
	background: #6bc8fd;
	color: white;
}

.product_container {
	margin-bottom: 47px;
}

.product_img {
	width: 298px;
	height: 222px;
	border: 1px solid #6bc8fd;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: -1px;
}

.product_img img {
	width: 100%;
}

.product_bg {
	width: 298px;
	height: 222px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(82, 190, 252, 0.8);
	transition: all 1.2s;
	opacity: 0;
}

.product_bg h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: white;
	text-align: center;
}

.product_bg p {
	width: 62px;
	height: 1px;
	background: white;
	margin: 0 auto;
}

.wenan {
	padding: 90px 0;
}

.product_img:hover .product_bg {
	opacity: 1;
}

.more {
	width: 125px;
	height: 38px;
	text-align: center;
	background: #6bc8fd;
	margin: 0 auto;
	position: relative;
}

.more a {
	color: white;
	line-height: 38px;
	cursor: pointer;
}

.gengduo {
	position: absolute;
	left: 44px;
	transition: all 1.2s;
}

.gengduo::after {
	content: "→";
	position: absolute;
	right: -20px;
	visibility: hidden;
	transition: all 1s;
}

.more:hover .gengduo {
	transform: translateX(-10px);
}

.more:hover .gengduo::after {
	visibility: visible;
}


/*about*/

.about_title {
	background: url("/templets/baidu52sj/static/images/about_bg.png") no-repeat center;
	margin-top: 50px;
}

.about_title h2 {
	padding-top: 80px;
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

.about_title h4 {
	text-align: center;
	color: #6e6e6e;
}

.about_bgtu {
	width: 622px;
	height: 412px;
	float: right;
	margin-top: 70px;
	position: relative;
}

.about_con {
	width: 554px;
	height: 403px;
	position: absolute;
	left: -84%;
	top: 20%;
	background: #f6f6f6;
	padding: 50px 30px 22px;
	box-sizing: border-box;
}

.about_con h2 {
	font-size: 24px;
	text-align: right;
	position: relative;
	margin-bottom: 43px;
}

.about_con h2::after {
	content: " ";
	width: 54px;
	height: 2px;
	background-color: #6bc8fd;
	position: absolute;
	bottom: -10px;
	right: 0;
}

.about_content {
	margin-bottom: 20px;
}

.about_content p {
	line-height: 26px;
}


/*ad*/

.web_ad {
	width: 100%;
	height: 293px;
	background: url("/templets/baidu52sj/static/images/web_ad.jpg") no-repeat center;
	margin-top: 167px;
}


/*news*/

.page_info {
	text-align: center;
	margin: 30px 0;
}

.news_title {
	background: url("/templets/baidu52sj/static/images/news_bg.png") no-repeat center;
	margin-top: 50px;
}

.news_title h2 {
	padding-top: 80px;
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

.news_title h4 {
	text-align: center;
	color: #6e6e6e;
}

.news {
	margin-top: 65px;
}

.newsleft {
	float: left;
}

.newsright {
	float: right;
}

.new_con {
	height: 216px;
	overflow: hidden;
	background: #f6f6f6;
	transition: all 1s;
	cursor: pointer;
}

.new_con:nth-child(1) {
	margin-bottom: 18px;
}

.new_con:hover .news_pic img {
	transform: scale(1.1, 1.1);
}

.new_con:hover .news_content h2,
.new_con:hover .news_content p,
.new_con:hover .time {
	color: white;
}

.news_pic {
	width: 287px;
	height: 216px;
	overflow: hidden;
	float: left;
}

.news_pic img {
	width: 100%;
	transition: transform 1s;
}

.news_content {
	float: right;
	box-sizing: border-box;
	padding: 50px 17px 0;
}

.news_content h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.time {
	margin-top: 20px;
	color: #9e9e9e;
}

.news_content p {
	line-height: 26px;
	width: 308px;
}

.rightnews {
	width: 562px;
	height: 150px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 36px;
	box-sizing: border-box;
	border-bottom: 1px dashed black;
	transition: all 1s;
	cursor: pointer;
}

.rightnews:nth-last-child(1) {
	border: none;
}

.rightnews:hover,
.new_con:hover {
	background: #6bc8fd;
}

.rightnews:hover .news_date h1,
.rightnews:hover .news_date h2,
.rightnews:hover .rightnew_con p,
.rightnews:hover .rightnew_con h2 {
	color: white;
}

.news_date {
	float: left;
}

.news_date h1 {
	font-size: 54px;
	text-align: center;
}

.news_date h2 {
	text-align: center;
}

.rightnew_con {
	float: right;
}

.rightnew_con p {
	width: 392px;
}

.rightnew_con h2 {
	font-size: 18px;
	margin-bottom: 20px;
}


/*team*/

.team_title {
	background: url("/templets/baidu52sj/static/images/team_bg.png") no-repeat center;
	margin-top: 50px;
}

.team_title h2 {
	padding-top: 80px;
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

.team_title h4 {
	text-align: center;
	color: #6e6e6e;
}

.team {
	width: 286px;
}

.team h2 {
	font-size: 16px;
	padding: 20px 12px 10px;
	position: relative;
}

.team p {
	padding: 0 12px;
}

.team h2::after {
	content: '';
	width: 21px;
	height: 21px;
	background: url("/templets/baidu52sj/static/images/plus.png") no-repeat right;
	position: absolute;
	right: 18px;
	top: 20px;
}

.team:hover h2 {
	color: #52befc;
}

.team_pic {
	width: 276px;
	height: 207px;
	border: 1px solid #52befc;
	overflow: hidden;
}

.team_pic img {
	width: 100%;
}

.a1 {
	top: 38% !important;
	right: 2% !important;
}

.a2 {
	top: 38% !important;
	left: 2% !important;
}

.wholeteam {
	padding: 50px 0 70px;
	background: url("/templets/baidu52sj/static/images/team_back.jpg") no-repeat center;
}


/*message*/

.wholemessage {
	padding: 38px 157px 0;
}

.message {
	width: 100%;
	height: 290px;
	position: relative;
	background: url("/templets/baidu52sj/static/images/message_bg.jpg") no-repeat center;
}

.message h2 {
	text-align: center;
	font-size: 20px;
	padding-top: 36px;
}

.message_left input[type="text"] {
	width: 174px;
	line-height: 29px;
	margin-right: 48px;
}

.message_left input[type="tel"] {
	width: 174px;
	line-height: 29px;
}

.message_left input[type="email"] {
	display: block;
	width: 408px;
	line-height: 29px;
	margin-top: 27px;
}

input[type="submit"] {
	display: block;
	clear: both;
	width: 144px;
	line-height: 34px;
	background-color: rgba(246, 246, 246, 0.6);
	margin: 0 auto;
	border: 1px solid #FAFAFA;
}

.message_left input {
	background-color: rgba(246, 246, 246, 0.4);
	border: 1px solid #fafafa;
	padding-left: 6px;
}

.message_left,
.message_right {
	float: left;
	margin-bottom: 28px;
}

.message_right textarea {
	width: 408px;
	height: 87px;
	background-color: rgba(246, 246, 246, 0.4);
	border: 1px solid #fafafa;
	margin-left: 50px;
	padding-left: 6px;
}

.friendlylink {
	width: 1112px;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 48px;
	padding-left: 28px;
	background-image: -webkit-linear-gradient( 180deg, rgb(13, 214, 165) 0%, rgb(61, 162, 255) 100%);
	position: absolute;
	left: 50%;
	bottom: -22px;
	margin-left: -556px;
	color: white;
}

.friendlylink a {
	color: white;
	padding: 0 16px;
}


/*footer*/

.footer {
	background-color: #f6f6f6;
	padding-top: 90px;
	padding-bottom: 50px;
}


/*.foot_logo,
.foot_middle,
.foot_erweima {
    float: left;
}*/

.foot_logo {
	margin-right: 20px;
	float: left;
	width: 270px;
}

.foot_middle {
	float: left;
	width: 600px;
}

.foot_nav {
	margin-bottom: 50px;
}

.foot_nav h2,
.foot_contact h2 {
	font-size: 19px;
	margin-bottom: 16px;
}

.foot_nav li {
	float: left;
	padding-right: 16px;
}

.foot_contact p {
	line-height: 26px;
	color: #6e6e6e;
}

.foot_erweima {
	margin: 30px 43px 0 0;
	float: right;
}

.foot_erweima p {
	line-height: 34px;
	text-align: center;
}

.dibu p {
	text-align: center;
	line-height: 36px;
}

.blue {
	height: 11px;
	background-color: #6bc8fd;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}


/*内页*/


/*nei-about*/

.position {
	margin: 70px 0;
}

.about_nei_title {
	position: relative;
	padding-left: 20px;
	float: left;
}

.about_nei_title::before {
	content: "";
	width: 4px;
	height: 54px;
	background-color: #6bc8fd;
	position: absolute;
	left: 0;
}

.about_nei_title h3 {
	color: #46bafd;
	font-size: 18px;
	text-transform: uppercase;
}

.about_nei_title h2 {
	color: #2e2e2e;
	font-size: 21px;
}

.about_nei_weizhi {
	float: right;
}

.about_nei_weizhi h4 {
	text-align: right;
	margin-bottom: 8px;
	color: #6e6e6e;
}

.about_nei_weizhi h5 {
	width: 968px;
	height: 1px;
	background: #9e9e9e;
}

.about_nei_con h2 {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	font-size: 24px;
}

.about_nei_con h2::after {
	content: "";
	width: 76px;
	height: 3px;
	background: #6bc8fd;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: -16px;
}

.about_nei_content {
	margin-bottom: 112px;
}

.about_nei_content p {
	line-height: 30px;
}


/*nei-product*/

.nei_sort {
	margin-bottom: 44px;
}

.nei_sort ul {
	width: 1150px;
	margin: 0 auto;
}

.nei_sort li {
	float: left;
	margin: 5px 8px;
	width: 148px;
}

.nei_sort li a {
	display: block;
	padding: 8px 10px;
	border: 1px solid #6bc8fd;
	border-radius: 60px;
	text-align: center
}


.nei_sort li.on {
	background: #6bc8fd;
	color: white;
		border-radius: 60px;
}

.nei_sort li:hover a {
	background: #6bc8fd;
	color: white;
}

.pro_img {
	height: 212px;
	overflow: hidden;
}

.pro_img img {
	width: 100%;
}

.pro_neirong {
	width: 284px;
	float: left;
	margin-right: 21px;
	margin-bottom: 44px;
}

.pro_neirong:nth-child(4n) {
	margin-right: 0;
}

.pro_neirong:hover h2 {
	background-color: #6bc8fd;
	color: white;
}

.pro_neirong:hover h2::after {
	background: url(/templets/baidu52sj/static/images/plus1.png) no-repeat right;
}

.pro_neirong h2 {
	background-color: #f6f6f6;
	padding: 23px 0 23px 12px;
	position: relative;
	transition: all 0.5s;
}

.pro_neirong h2::after {
	content: '';
	width: 21px;
	height: 21px;
	background: url(/templets/baidu52sj/static/images/plus.png) no-repeat right;
	position: absolute;
	right: 18px;
	top: 22px;
	transition: all 0.5s;
}

.pagination {
	text-align: center;
	margin: 28px 0 72px;
}

.pagination a {
	display: inline-block;
	padding: 12px 20px;
	border: 1px solid #46bafd;
	margin: 0 4px;
	font-size: 16px;
}

.shouye,
.weiye {
	padding: 12px 40px !important;
}

.pagination a:hover {
	color: white;
	background-color: #46bafd;
}

.pro_nei_detail h2 {
	text-align: center;
	font-size: 26px;
}


/* show页面 */

.show_top {
	width: 733px;
	margin: 0 auto;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.browse {
	margin-top: 35px;
	width: 160px;
	text-align: center;
	display: inline-block;
}

.browse span {
	font-size: 14px;
	color: #808080;
	padding-left: 2px;
}

.browse img {
	vertical-align: bottom;
}


/* show轮播 */

#showimg .swiper-button-prev {
	left: 415px !important;
	background: url(/templets/baidu52sj/static/images/anniu1.png)no-repeat;
	width: 66px;
	height: 66px;
}

#showimg .swiper-button-next {
	right: 415px !important;
	background: url(/templets/baidu52sj/static/images/anniu2.png)no-repeat;
	width: 66px;
	height: 66px;
}

.show_lunbo .swiper-slide img {
	border: 1px solid #6ac7fc;
}

.show_all {
	width: 90%;
	margin: 0 auto;
}

.show_lunbo {
	width: 602px;
	margin: 0 auto;

}

.xq {
	line-height: 60px;
	background: #5e5e5e;
	text-indent: 2em;
	color: #fff;
	margin-top: 75px;
	margin-bottom: 64px;
}

.jieshao p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-indent: 2em;
}

.fanhui {
	display: block;
	width: 225px;
	height: 54px;
	font-size: 16px;
	line-height: 54px;
	border-radius: 50px;
	background: #0084e1;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
}

.center2 {
	width: 1052px;
	margin: 0 auto;
	border-bottom: 1px solid #dadada;
	margin-top: 40px;
}

.center3 {
	width: 1052px;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 40px;
}

.center3 p {
	line-height: 30px;
}

.detail a {
	background: #6ac7fc;
	width: 100px;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	;
	display: block;
}

.list_one ul li {
	width: 573px;
	height: 116px;
	float: left;
	/* background: #52befc; */
	margin-bottom: 35px;
	margin-right: 54px;
	background: #fff;
	transition: all ease-in-out .3s;
	border-bottom: 1px dashed #6e6e6e;
}

.list_one ul li:nth-child(2n) {
	margin-right: 0;
}

.list_one ul li:hover {
	background: #6ac7fc;
	transition: all ease-in-out .3s;
}

.news_data {
	width: 126px;
	height: 100%;
	color: #6e6e6e;
}

.list_one ul li:hover .news_data h3 {
	color: #fff;
	transition: all ease-in-out .3s;
}

.list_one ul li:hover .news_data span {
	color: #fff;
	transition: all ease-in-out .3s;
}

.news_data h3 {
	font-size: 54px;
	text-align: center;
	transition: all ease-in-out .3s;
}

.news_data span {
	display: block;
	font-size: 16px;
	transition: all ease-in-out .3s;
	text-align: center;
	line-height: 24px;
}

.list_one ul li:hover .news_titlel p {
	color: #fff;
	transition: all ease-in-out .3s;
}

.list_one ul li:hover .news_titlel h3 {
	color: #fff;
	transition: all ease-in-out .3s;
}

.news_titlel {
	width: 411px;
	color: #6e6e6e;
}

.news_titlel p {
	color: #6e6e6e;
	font-size: 14px;
	line-height: 25px;
	transition: all ease-in-out .3s;
}

.news_titlel h3 {
	font-size: 16px;
	color: #2e2e2e;
	line-height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all ease-in-out .3s;
}


/* 页码 */

.page {
	text-align: center;
	margin: 60px 0 90px 0;
}

.first {
	width: 119px !important;
	height: 47px;
	line-height: 47px;
}

.last {
	width: 119px !important;
	height: 47px;
	line-height: 47px;
}

.page a {
	display: inline-block;
	width: 49px;
	height: 47px;
	font-size: 16px;
	line-height: 47px;
	color: #2e2e2e;
	border: 1px solid #6ac7fc;
	margin: 0 9px;
	transition: all ease-in-out .3s;
}

.page a:hover {
	background: #6ac7fc;
	transition: all ease-in-out .3s;
	color: #fff;
}


/* 新闻内页 */

.show_top2 {
	width: 1040px;
	margin: 0 auto;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.news_font {
	width: 1040px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #dadada;
}

.news_font p {
	font-size: 14px;
	color: #2e2e2e;
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
}


/* 上一条 */

.syt {
	width: 1040px;
	margin: 20px auto 170px;
}

.syt ul li {
	float: left;
	width: 33.3%;
	font-size: 14px;
	color: #2e2e2e;
	line-height: 37px;
}

.syt ul li:first-child {
	text-align: left;
}

.syt ul li:nth-child(2) {
	text-align: center;
}

.syt ul li:nth-child(3) {
	text-align: right;
}

.syt ul li img {
	vertical-align: middle;
}

@media(max-width:1200px) {
	.center {
		width: 100%;
	}
	.nav li {
		padding: 8px 12px;
		margin-top: 22px;
	}
	.logo {
		max-width: 30%;
	}
	.logo img {
		width: 100%;
		height: 100%;
	}
	.about_con {
		width: 50%;
		left: 0;
		height: auto;
	}
	.about_bgtu {
		position: static;
	}
	.about_pic .center {
		position: relative;
	}
	.newsleft {
		width: calc(60% - 10px);
		margin-right: 20px;
	}
	.newsright {
		width: calc(40% - 10px);
	}
	.rightnews {
		width: 100%;
	}
	.news_content {
		width: calc(100% - 287px);
	}
	.news_content p {
		width: 100%;
	}
	.news_content h2 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.rightnew_con {
		width: calc(100% - 84px);
	}
	.rightnew_con h2 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.rightnew_con p {
		width: 100%;
	}
	.product_img {
		width: calc(25% - 2px);
		height: auto;
	}
	.product_img img {
		display: block;
	}
	.product_bg {
		width: 100%;
		height: 100%;
		display: table;
	}
	.wenan {
		padding: 0;
	}
	.pro_neirong {
		width: calc(25% - 16px);
	}
	.pro_img {
		height: auto;
	}
	.pro_img img {
		display: block;
	}
	.center2 {
		width: 100%;
	}
	.product_bg a {
		display: block;
		display: table-cell;
		vertical-align: middle;
	}
	.friendlylink {
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	.message form {
		margin: 32px auto 0 auto !important;
		text-align: center;
		font-size: 0;
	}
	.message_left,
	.message_right {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.foot_logo {
		width: 220px;
	}
	.foot_logo img {
		width: 100%;
	}
	.foot_middle {
		width: calc(100% - 460px);
	}
	.foot_erweima {
		width: 220px;
		margin: 0;
	}
	.foot_erweima img {
		width: 100%;
	}
	.team_pic {
		width: 100%;
		height: auto;
	}
	.team_pic img {
		display: block;
	}
	.team {
		width: 100%;
	}
	.wholeteam {
		padding: 50px 20px 70px 20px;
	}
	.list_one ul li {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.news_titlel {
		width: calc(100% - 156px);
		float: left;
	}
}